Returns any single character within the specified range. For example, [a–f].Returns any single character within the set range. For example, [abcdef]. Returns any single character not within the specified range. For example, [^a–f].Returns any single character not within the set range. For example, [^abcdef]. For example, 51 % Street returns all street names that begin with the number 51.
You can only use the special characters with the following conditions: contains, does not contain, begins with, does not begin with, ends with, and does not end with.
Automatically adds a % character to the beginning and the end of the filter value.If you want to filter on a special character, use brackets around the character. For example, [%], [_], [[].